type regexp/syntax.printFlags
13 uses
regexp/syntax (current package)
regexp.go#L103: type printFlags uint8
regexp.go#L106: flagI printFlags = 1 << iota // (?i:
regexp.go#L116: func addSpan(start, last *Regexp, f printFlags, flags *map[*Regexp]printFlags) {
regexp.go#L118: *flags = make(map[*Regexp]printFlags)
regexp.go#L129: func calcFlags(re *Regexp, flags *map[*Regexp]printFlags) (must, cant printFlags) {
regexp.go#L187: var must, cant, allCant printFlags
regexp.go#L225: func writeRegexp(b *strings.Builder, re *Regexp, f printFlags, flags map[*Regexp]printFlags) {
regexp.go#L338: p := printFlags(0)
regexp.go#L368: p := printFlags(0)
regexp.go#L386: var flags map[*Regexp]printFlags
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |